home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Headers / eointerface / EOButtonAssociation.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-07  |  243 b   |  18 lines

  1. // EOButtonAssociation
  2. // Enterprise Objects Framework
  3. //  
  4. // Copyright 1993 NeXT Computer, Inc.
  5. // All Rights Reserved
  6.  
  7. #ifdef SHLIB
  8. #import "shlib.h"
  9. #endif
  10.  
  11. #import "EOAssociation.h"
  12.  
  13. @interface EOButtonAssociation:EOAssociation
  14. {
  15. }
  16.  
  17. @end
  18.